projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c6d729
)
(org-scan-tags): Find end of subtrees also in hidden trees.
author
Carsten Dominik
<dominik@science.uva.nl>
Wed, 20 Sep 2006 09:24:39 +0000
(09:24 +0000)
committer
Carsten Dominik
<dominik@science.uva.nl>
Wed, 20 Sep 2006 09:24:39 +0000
(09:24 +0000)
lisp/textmodes/org.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/org.el
b/lisp/textmodes/org.el
index 64fbb0542ffa2f77d24a7422a3e3d94f2695a225..30ee123388c3af8f2dd44fb2542586fe72d5f42e 100644
(file)
--- a/
lisp/textmodes/org.el
+++ b/
lisp/textmodes/org.el
@@
-8660,7
+8660,7
@@
are included in the output."
(push txt rtn))
;; if we are to skip sublevels, jump to end of subtree
(point)
- (or org-tags-match-list-sublevels (org-end-of-subtree))))))
+ (or org-tags-match-list-sublevels (org-end-of-subtree
t
))))))
(when (and (eq action 'sparse-tree)
(not org-sparse-tree-open-archived-trees))
(org-hide-archived-subtrees (point-min) (point-max)))